handler n. 1.處理者,管理者。 2.(賽馬、警犬等的)訓(xùn)練者。 3.【自動化】(信息)處理機。
interrupt vt. 1.阻止;妨礙;遮斷。 2.打斷(別人的話等);中斷;打攪。 3.截斷。 interrupt a view 遮住視線。 Don't interrupt me. 別打攪我。 He interrupted college to serve in the army. 他中斷大學(xué)的學(xué)業(yè)到軍隊服役。 Interrupt sb. In his work 打攪某人工作。 May I interrupt you to comment on that last remark? 對不起,剛才這句話是什么意思請講講。 Interrupt an electric current 截斷電流。 vi. 打擾,(別人談話時)插嘴。
The interrupt handler is part of the orinoco module and interacts with the linux networking stack 中斷處理程序是orinoco模塊的一部分,并與linux網(wǎng)絡(luò)棧交互。
Kprobes provides an interface to break into any kernel routine and collect information non - disruptively from the interrupt handler Kprobes提供了一個強行進入任何內(nèi)核例程并從中斷處理器無干擾地收集信息的接口。
And this thesis also analyzed the characteristics of packet receiving interrupt handler and it ' s max interference on the other tasks on the same processor with lower priorities 此外本文還分析了報文接收中斷處理程序的時間特性和它對節(jié)點上其它任務(wù)最大響應(yīng)時間的影響。
This driver module includes implementation of addressing encoder end ’ s internal register , reading encoded data from the encoder end and the interrupt handler of the encoder end 整個驅(qū)動模塊實現(xiàn)了對編碼端內(nèi)部各寄存器的訪問,從編碼板讀取編碼數(shù)據(jù)和預(yù)覽數(shù)據(jù),以及編碼系統(tǒng)中斷處理程序等功能。
Because probe event handlers run as extensions to the system breakpoint interrupt handler , they have little or no dependence on system facilities - and so are able to be implanted in the most hostile environments , from interrupt - time , and task - time , to disabled , inter - context switch , and smp - enabled code paths - all without adversely skewing system performance 由于探測器事件處理器是作為系統(tǒng)斷點中斷處理器的擴展來運行,所以它們很少或者根本不依賴于系統(tǒng)工具這樣可以被植入到大部分不友好的環(huán)境中(從中斷時間和任務(wù)時間到禁用的上下文間切換和支持smp的代碼路徑)都不會對系統(tǒng)性能帶來負面影響。
In the last part of this thesis , we introduce the component and function of test system , and focus on how to develop the test system in details , include up layer application and device driver , from analyzing to coding . we explain how to develop the gui of test system using photon application builder ( phab ) tools , communicate among processes and schedule the multi - tasks . we also introduce the development of device driver under qnx , include programme of the interrupt handler , management of hardware resource and interface between application and device driver 首先,以真實的圖形界面為基礎(chǔ),詳細介紹了測試軟件界面部分的樣式、功能和使用;在此基礎(chǔ)上,進一步介紹了測試軟件編寫中的一些技術(shù)細節(jié),如如何使用phab開發(fā)圖形界面、如何進行多任務(wù)調(diào)度、如何進行進程通訊等;最后詳細地介紹了在qnx下驅(qū)動程序的開發(fā)包括中斷處理函數(shù)的編寫、系統(tǒng)硬件資源的管理以及驅(qū)動程序與測試程序的接口。
百科解釋
An interrupt handler, also known as an Interrupt Service Routine (ISR), is a callback subroutine in microcontroller firmware, operating system or device driver whose execution is triggered by the reception of an interrupt. Interrupt handlers have a multitude of functions, which vary based on the reason the interrupt was generated and the speed at which the interrupt handler completes its task.